vendor/golang.org/x/net/http2/hpack.Decoder.saveBuf (field)
8 uses
vendor/golang.org/x/net/http2/hpack (current package)
hpack.go#L94: saveBuf bytes.Buffer
hpack.go#L236: if d.saveBuf.Len() > 0 {
hpack.go#L237: d.saveBuf.Reset()
hpack.go#L253: if d.saveBuf.Len() == 0 {
hpack.go#L256: d.saveBuf.Write(p)
hpack.go#L257: d.buf = d.saveBuf.Bytes()
hpack.go#L258: d.saveBuf.Reset()
hpack.go#L273: d.saveBuf.Write(d.buf)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |